home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / perl / dist / os2 / selfrun.bat < prev    next >
Encoding:
DOS Batch File  |  1991-06-10  |  114 b   |  13 lines

  1. @echo off
  2. perl -x %0.bat
  3. goto exit
  4. #!perl
  5.  
  6. printf "
  7. This is a self-running perl script for DOS.
  8.  
  9. "
  10.  
  11. __END__
  12. :exit
  13.